.header {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0,0,0,0.2);
    background: #fff;
    z-index: 2222222;
    opacity: 0.9;
}
/*.header .container {width: auto;padding: 0 60px;}*/
.header .logo {
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 50px;
    text-align: left;
    margin-top: 23px;
}
.header .logo img{
    transition: all 0.3s;
}
.header .logo img:hover{
    transform: scale(1.1);
}
.header .nav {
    float: right;
    width: 100%;
    clear:both;
}
.header .nav li {
    margin:0 50px;
    float: left;
    position: relative;
}

.header .nav .active {
    border-bottom: #0987ce 3px solid;
}

.header .nav .active a{
    color: #0987ce;
    font-weight: bold;
}
.header .nav li>a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    position: relative;
    color: #333;
}

.header .nav li>a:hover{
    color: #0987ce;
}
.header .nav li>a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    content: '';
    color: #0987ce;
}
.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}
.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}
.header .nav li.dropdown {
    position: relative;
}
.header .nav .dropdown-box {
    position: absolute;
    left: -20px;
    min-width: 130px;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: left;
    background: #fff;
    overflow: hidden;

}
.header .nav .dropdown-box p {
    margin: 0;
}
.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    line-height: 40px;
    color: #464342;
    font-family: SourceHanSansSC-Regular;
    position: relative;
    font-weight: 500;
}

.header .nav .dropdown-box .right dd a i {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 10px;
    left: 0px;
    top: 12px;

}

.header .nav .dropdown-box .right dd a:hover i {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #cb051e;
    border-radius: 10px;
    left: 0px;
    top: 12px;

}


.header .nav .dropdown-box a:hover {
    color: #0987ce;
}

.header .nav .dropdown-box .left {
    width: 30%;
    float: left;
    background: #f1edec;
    padding-bottom: 50px;
}

.header .nav .dropdown-box .right {
    width: 66%;
    float: right
}

.header .nav .dropdown-box .right dd{
    float: left;
    width: 20%;
    margin: 0px;
    margin-top: 50px;
}
.header .nav .dropdown-box .right dd:first-child{

    width: 15%;

}
.header .nav .dropdown-box .right dd:second-child{

    width: 15%;

}
.header .nav .dropdown-box .right dd a{
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.drop  p{
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 10px;
}
.header .nav .dropdown-box .right dd .ttt{
    color: #cb051e;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 10px;
}

.header .sc {
    float: right;
    position: relative;
    margin-left: 40px;
}
.header .sc-btn {
    display: block;
    height: 100px;
    width: 30px;
    background: url(../images/icon1.png) no-repeat center;
}
.header .sc-box {
    position: absolute;
    right: 0;
    top: 100%;
    overflow: hidden;
    display: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header .sc-box input {
    display: block;
    padding: 9px 62px 9px 12px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    width: 200px;
}
.header .sc-box button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 60px;
    height: 40px;
    background: #008430;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 14px;
}
.header-active {
    background: #fff;
    box-shadow: 10px 0 10px -5px #000000, -10px 0 10px -5px #000000;
}



.banner .swiper-slide {
    background: no-repeat center / cover;
    min-height: 800px;
    height: 100vh;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.banner .swiper-slide .container {
    height: 100%;
}
.banner .swiper-slide .wrap {
    display: table;
    height: 100%;
    color: #fff;
}
.banner .swiper-slide .inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.banner .swiper-slide h4 {
    margin: 0;
    font-size: 48px;
    font-weight: normal;
}
.banner .swiper-slide h4:after {
    display: block;
    content: '';
    height: 3px;
    width: 40px;
    margin-top: 20px;
    background-color: #008430;
}
.banner .swiper-slide small {
    margin: 20px 0 0;
    font-size: 24px;
    display: block;
    opacity: 0.3;
    text-transform: uppercase;
}
.banner .swiper-slide .more-big {
    background: #008430;
    color: #fff;
}
.banner .swiper-slide .more-big i {
    border-color: rgba(255,255,255,0.4);
    background-image: url(../images/icon2.png);
}
.banner .swiper-pagination {
    bottom: 50%;
    left: auto;
    width: 80px;
    padding: 1px 0;
    right: 30px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.banner .swiper-pagination-bullet {
    background-color: #fff;
    display: block;
    width: 40px;

    height: 2px;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.banner .swiper-pagination-bullet-active {
    width: 100%;
}
.banner-sub {
    background: no-repeat center / cover;
    height: 570px;
}
.banner-sub .container {
    height: 100%;
}
.banner-sub .wrap {
    display: table;
    height: 100%;
    color: #fff;
}
.banner-sub .inner {
    display: table-cell;
    vertical-align: middle;
}
.banner-sub h4 {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
}

.banner-sub small {
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}



.banner p{
    margin: 0px;
}

.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner .swiper1 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner .swiper1 .swiper-slide {
    width: 100%;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    margin: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.banner .swiper1 .swiper-slide .box .img video {
    position: relative;
    height: calc(120vh - var(--browser-address-bar, 0px));
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    z-index: -1;
}
.banner .swiper1 .swiper-slide .box .text {
    position: absolute;
    left: 13.5%;
    top: 44%;
    height: 100px;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .text span {
    display: block;
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    color: #ffffff;
}
.banner .swiper1 .swiper-slide .box .s-text {
    position: absolute;
    left: 13.5%;
    top: calc(44% + 54px + 60px);
    height: 77px;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .s-text span {
    display: block;
    font-size: 36px;
    line-height: 97px;
    color: #ffffff;
    opacity: 1;
}
.banner .swiper1 .swiper-pagination-bullets {
    bottom: 12vh;
    left: 0%;
    width: auto;
    text-align: center;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 0;
    background: white;
    opacity: 1;
    margin: 0 12px;
    transition: 0.5s;
    border-radius: 30px;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #0987ce;
    opacity: 1;

}
.banner .swiper1 .swiper-button-next,
.banner .swiper1 .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100vh;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.banner .swiper1 .swiper-button-next::after,
.banner .swiper1 .swiper-button-prev::after {
    content: "";
}
.banner .swiper1 .swiper-button-next1 {
    cursor: url(../images/cursor-next.png) 22 28, pointer;
}
.banner .swiper1 .swiper-button-prev1 {
    cursor: url(../images/cursor-prev.png) 22 28, pointer;
}
.m-banner {
    display: none ;
}
.banner-box {
    width: 100%;
    height: 100vh;
}


.indexabout{
    width: 100%;
    margin-top: 50px;
}


.indextitle{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-weight: bolder;
    font-size: 48px;
    color: #0987ce;
}


.indextitle h2{
    font-weight: bold;
}
.indexabout .con{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.indexabout .con .left{
    width: 45%;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    text-indent: 30px;
}

.indexabout .con .img{
    width: 45%;
    float: right;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 3px 5px 5px #656B79;
}

.indexabout .con .img img{
    width: 100%;


    transition: all 0.3s;
}

.indexabout .con .img img:hover{
    transform: scale(1.1);
}

.moree{

    color:#00bff6 ;
    padding: 10px 30px;
    border-radius: 50px;

    font-size: 14px;

    margin-top: 1px;


}

.moree1{

    padding: 10px 30px;
    border-radius: 50px;
    background: linear-gradient(to left, #00bff6, #006ab4);
    border: #fff 2px solid;
    color: #fff;
    font-size: 14px;
    box-shadow: 3px 5px 5px #656B79;
    margin-top: 1px;


}

.moree1:hover{
    padding: 10px 30px;
    border-radius: 50px;
    background: linear-gradient(to left, #006ab4, #006ab4);
    border: #fff 2px solid;
    color: #fff;
    font-size: 14px;
    box-shadow: 3px 5px 5px #656B79;
    margin-top: 1px;


}

.moree:hover{
    padding: 10px 30px;
    border-radius: 50px;
    background: linear-gradient(to left, #006ab4, #006ab4);
    border: #fff 2px solid;
    color: #fff;
    font-size: 14px;
    box-shadow: 3px 5px 5px #656B79;
    margin-top: 1px;


}

.moree1 .iconfont{
    margin-left: 5px;


}


.moree .iconfont{
    margin-left: 5px;


}

.pingtai{
    margin-top: 50px;
    clear: both;
    overflow: hidden;
    background: #fff;
    padding: 50px 0;
}

.pingtai .con{
    background: url("../images/index_022.png") no-repeat;
    background-size: 100%;
    height: 292px;
    overflow: hidden;
}

.pingtai .con ul{
    margin-top: 80px;
    overflow: hidden;
}

.pingtai .con ul li{
    float: left;
    margin-right: 136px;
}

.pingtai .con ul li:last-child{
    float: right;
    margin-right: 0px;
}

.pingtai .con ul li .tt{
    height: 70px;
    font-size: 48px;
    color: #0062b2;
    font-weight: bolder;
}

.pingtai .con ul li .tt span{
    font-size: 50px;
}

.pingtai .con ul li .bt{
    font-size: 14px;
    color: #403d3d;
}

.pingtai .con ul li .bt span{
    height: 5px;
    overflow: hidden;
    display: inline-block;
}

.pingtai .con ul li .bt span:nth-child(2){

    background: #002d72;
}

.pingtai .con ul li .bt span:nth-child(3){

    background: #0097e1;
}

.pingtai .con ul li .bt span:last-child{

    background: #a2a2a2;
}



.pingtai .con ul li:nth-child(1) .bt span:nth-child(2){
    width: 40%;
    background: #df0303;
}

.pingtai .con ul li:nth-child(1) .bt span:nth-child(3){
    width: 20%;
    background: #f97103;
}

.pingtai .con ul li:nth-child(1) .bt span:last-child{
    width: 40%;
    background: #9fe100;
}

.pingtai .con ul li:nth-child(2) .bt span:nth-child(2){
    width: 35%;

}

.pingtai .con ul li:nth-child(2) .bt span:nth-child(3){
    width: 35%;

}

.pingtai .con ul li:nth-child(2) .bt span:last-child{
    width: 30%;

}


.pingtai .con ul li:nth-child(3) .bt span:nth-child(2){
    width: 33%;

}

.pingtai .con ul li:nth-child(3) .bt span:nth-child(3){
    width: 33%;

}

.pingtai .con ul li:nth-child(3) .bt span:last-child{
    width: 33%;

}

.pingtai .con ul li:nth-child(4) .bt span:nth-child(2){
    width: 30%;

}

.pingtai .con ul li:nth-child(4) .bt span:nth-child(3){
    width: 30%;

}

.pingtai .con ul li:nth-child(4) .bt span:last-child{
    width: 40%;

}


.pingtai .con ul li:nth-child(5) .bt span:nth-child(2){
    width: 33%;

}

.pingtai .con ul li:nth-child(5) .bt span:nth-child(3){
    width: 33%;

}

.pingtai .con ul li:nth-child(5) .bt span:last-child{
    width: 33%;

}

.pingtai .con ul li:nth-child(6) .bt span:nth-child(2){
    width: 30%;

}

.pingtai .con ul li:nth-child(6) .bt span:nth-child(3){
    width: 25%;

}

.pingtai .con ul li:nth-child(6) .bt span:last-child{
    width: 45%;

}


.indexpt{
    background: #fff;
    padding: 50px 0;

}


.indexpt .tabs{
    height: 50px;
    line-height: 50px;
}

.indexpt .tabs li{
    border-bottom: #7a7a7a 2px solid;
    width: 50%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 24px;
    color: #7a7a7a;
    cursor: pointer;
}


.indexpt .tabs .cur{
    border-bottom: #00a0e9 2px solid;
    list-style: none;
    color: #00a0e9;
}

.indexpt .con{
    background: url("../images/0102.png") no-repeat;
    background-size: 100%;
    height: 688px;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}

.indexpt .con1{
    background: #f5f5f5;
    background-size: 100%;
    height: 688px;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}

.indexpt .con1 ul{
    margin-top: 120px;
}


.indexpt .con1 ul li{
    width: 44%;
    margin: 3%;
    float: left;
    overflow: hidden;
    height: 375px;
}

.indexpt .con1 ul li img{
    border-radius: 30px;
    box-shadow: 3px 5px 5px #656B79;
    transition: all .2s linear;
}



.indexpt .con1 ul li:hover .text{
    transform: translateY(-375px);
}

.indexpt .con1 ul li:hover img{
    transform: translateY(-380px);
    box-shadow: none;
}

.indexpt .con1 ul li img{
    transition: all 0.4s;
    transform: translateY(-0px);
}


.indexpt .con1 ul li .text{
    transition: all 0.6s;
    transform: translateY(-0px);
    width: 96%;
    height: 100%;
    background: #1f68af;
    overflow: hidden;
    margin-top: 2px;
    border-radius: 30px;

}

.indexpt .con1 ul li:nth-child(2) .text{

    background: #d2a139;

}

.indexpt .con1 ul li:nth-child(3) .text{

    background: #27b59f;

}

.indexpt .con1 ul li .text p{
    margin:  30px;
    font-size: 14px;
    line-height: 43px;
    color: #fff;
    margin-top: 60px;

}







.indexpt .con1 ul li img:hover{
    transform: translateY(-1.875rem);
}
.indexpt .con ul{
    margin-top: 180px;
}


.indexpt .con ul li{
    width: 25%;
    float: left;
    text-align: center;
}

.indexpt .con ul li .tt{
    font-size: 36px;
    font-weight: bolder;
    color: #fff;
}


.indexpt .con ul li .ent{
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
    margin: 30px 0;
}
.indexpt .con ul li .ent span{
    color: #ff0000;
}

.indexpt .con ul li .icon{
    margin-top: 100px;
}

.indexpt .con ul li .icon img{
    transition: all 0.3s;
}

.indexpt .con ul li .icon img:hover{
    transform: scale(1.1);
}



.indexnews{
    overflow: hidden;
    background: #fff;
    padding: 50px 0;
    padding-bottom: 150px;
}

.indexnews .con{
    margin-top: 30px;
}

.indexnews .con li{
    list-style: none;
    width: 23%;
    margin: 0 1%;
    background: #fff;
    float: left;
    -webkit-box-shadow:0px 10px 19px 3px #d6eaf9;
    -moz-box-shadow: 0px 10px 19px 3px #d6eaf9;
    box-shadow: 0px 10px 19px 3px #d6eaf9;
    overflow: hidden;
    border-radius: 20px;
    height: 511px;
    transition: all .2s linear;
}

.indexnews .con li .moree{
    background: none;
    box-shadow:none;
    color: #006ab4;
}

.indexnews .con li:hover .moree{
    background: linear-gradient(to left, #00bff6, #006ab4);
    box-shadow: 3px 5px 5px #656B79;
    color: #fff;
}
.indexnews .con li:hover{
    transform: translateY(-1.875rem);
}


.indexnews .con li .img{
    width: 100%;
    height: 35%;
    overflow: hidden;
}

.indexnews .con li .img img{
    width: 100%;
    transition: all 0.3s;

}

.indexnews .con li .img img:hover{
    transform: scale(1.1);

}

.indexnews .con li .txt{
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
}

.indexnews .con li .txt h2{

    line-height: 30px;
    font-size: 18px;
    font-weight: bolder;
    color: #2670b8;
    width: 100%;
    transition: all .2s linear;

}

.indexnews .con li .txt h2 a{
    color: #2670b8;


}

/*.indexnews .con li .txt h2:hover{
    transform: translateX(1rem);

}*/


.indexnews .con li .txt .time{
    font-size: 16px;
    margin-top: 15px;
    color: #565656;

}

.indexnews .con li .txt p{
    font-size: 14px;
   line-height: 28px;
    color: #747474;
    margin-top: 5px;
    margin-bottom: 30px;

}


.aboutus{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.aboutus .left{
    width: 45%;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
}

.aboutus .img{
    width: 45%;
    float: right;
    border-radius: 30px;
    box-shadow: 3px 5px 5px #656B79;
    overflow: hidden;
}

.aboutus .img img{
    width: 100%;

    transition: all 0.3s;

}
.aboutus .img img:hover{
    transform: scale(1.1);

}

.lujing{
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 30px;
    color: #023591;
    line-height: 60px;
    margin-bottom: 30px;
}

.lujing img{
    float: left;
    margin-right: 20px;
}


.lujing a{
    font-size: 16px;
    color: #023591;
}


.hexin{
    background: url("../images/index_033.png") no-repeat;
    height: 689px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    position: relative;
}

.hexin .hengxian{
    position: absolute;height: 1px;background: #fff;width: 100%;bottom: 248px;left: 0px;
}

.hexin .title{

    margin-top: 120px;
    font-size: 48px;
    font-weight: bolder;
    height: 60px;
    line-height: 60px;

}

.hexin ul{

    margin-top: 160px;
}

.hexin ul li{
    list-style: none;
    float: left;
    width: 33.33%;
}

.hexin ul li .img{
    height: 90px;
}


.hexin ul li .img img{
    transition: all 0.3s;

}
.hexin ul li .img img:hover{
    transform: scale(1.1);

}



.hexin ul li .txt{
    margin-top: 30px;
}

.hexin ul li .txt h3{
    margin-top: 30px;
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    font-weight: bolder;
}

.hexin ul li .txt p{

    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.yuanjing{
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 180px;
}

.yuanjing ul{
    margin-top: 80px;
}

.yuanjing ul li{
    width: 50%;
    float: left;
    text-align: left;
    position: relative;
}

.yuanjing ul li .text{
    position: absolute;
    width: 90%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 111;
    text-align: center;
}
.yuanjing ul li .text .ico{
    margin-top: 93px;
}

.yuanjing ul li .text h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.yuanjing ul li .text p{
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}



.yuanjing ul li:last-child{
    text-align: right;
}


.yuanjing ul li{
    transition: all 0.3s;
}

.yuanjing ul li:hover{
    transform: translateY(-1.8rem);
}

.djs{
    background: #f6f6f6;
    padding: 50px 0;
    overflow: hidden;
}

.djs ul{
    margin-top: 80px;
    overflow: hidden;
}


.djs ul li{
    width: 100%;
    list-style: none;
    height: 110px;
    margin-bottom: 10px;
}

.djs ul li .img{
    width: 250px;
    height: 90px;
    float: left;
    margin-right:80px;
    margin-top: 10px;

}
.djs ul li .img img{
    border: #ddd 2px solid;
    transition: all 0.3s;

}


.djs ul li .img img:hover{
    transform:scale(1.1);
}

.djs ul li .fuhao{
    width: 5px;
    height: 90px;
    float: left;
    margin-right:60px;
}

.djs ul li .fuhao .dian{
    width: 100%;
    height: 5px;
    background: #0054a7;
    overflow: hidden;
}

.djs ul li .fuhao .shu{
    width: 100%;
    height: 80px;
    background: #cccccc;
    margin-top: 10px;
    overflow: hidden;
}

.djs ul li .nian{
    width: 80px;
    height: 90px;
    float: left;
    margin-right:60px;
    color: #0054a7;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
}


.djs ul li .txt{
    width: 900px;
    height: 90px;
    float: left;
}

.djs ul li .txt h3{

    color: #585858;
    font-size: 24px;
    height: 50px;
    font-weight: bolder;
    transition: all 0.3s;
}

.djs ul li .txt h3:hover{

    transform: translateX(1em);
}


.djs ul li .txt p{

    color: #878787;
    font-size: 16px;
}

.zgs{
    background: #fff;
    padding: 50px 0;
    overflow: hidden;
}

.zgs ul{
    margin-top: 50px;
}


.zgs ul li{
    list-style: none;
    width: 46%;
    margin: 2%;
    box-shadow: 0 0 0.625rem rgba(0,0,0,.2);
    height: 370px;
    float: left;
    margin-bottom: 50px;
    transition: all 0.3s;
}
.zgs ul li:hover{
    transform: translateY(-1rem);
}

.zgs ul li h3{
    height: 75px;
    line-height: 85px;
    width: 86%;
    margin-left: 7%;
    font-size: 24px;
    color: #0054a7;
    border-bottom: #939393 1px solid;
    font-weight: bolder;
    transition: all 0.3s;
}



.zgs ul li h3 span{
    background:#0054a7 ;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 15px;
}

.zgs ul li p{
    line-height: 40px;
    font-size: 16px;
    color: #363636;
    margin-top: 10px;
    width: 86%;
    margin-left: 7%;
    display: inline-block;
}


.zpt{
    height: 292px;
    overflow: hidden;
}

.zpt ul{
    margin-top: 80px;
    overflow: hidden;
}

.zpt ul li{
    float: left;
    margin-right: 136px;
}

.zpt ul li:last-child{
    float: right;
    margin-right: 0px;
}

.zpt ul li .tt{
    height: 70px;
    font-size: 48px;
    color: #0062b2;
    font-weight: bolder;
}

.zpt ul li .tt span{
    font-size: 50px;
}

.zpt ul li .bt{
    font-size: 14px;
    color: #403d3d;
}

.zpt ul li .bt span{
    height: 5px;
    overflow: hidden;
    display: inline-block;
}

.zpt ul li .bt span:nth-child(2){

    background: #002d72;
}

.zpt ul li .bt span:nth-child(3){

    background: #0097e1;
}

.zpt ul li .bt span:last-child{

    background: #a2a2a2;
}



.zpt ul li:nth-child(1) .bt span:nth-child(2){
    width: 40%;
    background: #df0303;
}

.zpt ul li:nth-child(1) .bt span:nth-child(3){
    width: 20%;
    background: #f97103;
}

.zpt ul li:nth-child(1) .bt span:last-child{
    width: 40%;
    background: #9fe100;
}

.zpt ul li:nth-child(2) .bt span:nth-child(2){
    width: 35%;

}

.zpt ul li:nth-child(2) .bt span:nth-child(3){
    width: 35%;

}

.zpt ul li:nth-child(2) .bt span:last-child{
    width: 30%;

}


.zpt ul li:nth-child(3) .bt span:nth-child(2){
    width: 33%;

}

.zpt ul li:nth-child(3) .bt span:nth-child(3){
    width: 33%;

}

.zpt ul li:nth-child(3) .bt span:last-child{
    width: 33%;

}

.zpt ul li:nth-child(4) .bt span:nth-child(2){
    width: 30%;

}

.zpt ul li:nth-child(4) .bt span:nth-child(3){
    width: 30%;

}

.zpt ul li:nth-child(4) .bt span:last-child{
    width: 40%;

}


.zpt ul li:nth-child(5) .bt span:nth-child(2){
    width: 33%;

}

.zpt ul li:nth-child(5) .bt span:nth-child(3){
    width: 33%;

}

.zpt ul li:nth-child(5) .bt span:last-child{
    width: 33%;

}

.zpt ul li:nth-child(6) .bt span:nth-child(2){
    width: 30%;

}

.zpt ul li:nth-child(6) .bt span:nth-child(3){
    width: 25%;

}

.zpt ul li:nth-child(6) .bt span:last-child{
    width: 45%;

}

.zptdb{
    background: url("../images/zpt_02.png") no-repeat;
    height: 37px;
    overflow: hidden;
}


.ptlist{
    margin-top: 60px;
    overflow: hidden;
}



.ptlist li{
    padding: 50px 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-bottom: 80px;
}

.ptlist li:nth-child(2n){
    background: #fafafa;
    padding-top: 80px;

}


.ptlist li:nth-child(2n) .img{
    float: right;
}

.ptlist li:nth-child(2n) .txt{
    float: left;
}


.ptlist li .img{
    float: left;
    width: 42%;
}

.ptlist li .img img{
    box-shadow: 0 0 0.625rem rgba(0,0,0,.2);
    border-radius: 30px;
    transition: all .2s linear;
}

.ptlist li .img img:hover{
    transform: scale(1.1);
}

.ptlist li .txt{
    float: right;
    width: 46%;
}

.ptlist li .txt h3{
    color: #565758;
    font-size: 36px;
    font-weight: bolder;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    position: relative;
}

.ptlist li .txt h3:after{
    content: " ";
    width: 80px;
    height: 8px;
    background: #0054a7;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: -20px;
}

.ptlist li .txt .p{
    color: #666666;
    font-size: 18px;
    line-height: 45px;
    margin-top: 60px;
}
.ptlist li .txt .p span{
    color: #002fa7;
}

.ptlist li .tc{
    width: 100%;
    clear: both;
    margin-top: 100px;
}

.ptlist2 li .img{
    float: right;
}

.ptlist2 li .txt{
    float: left;
}

.ptlist2 li:nth-child(2n) .img{
    float: left;
}

.ptlist2 li:nth-child(2n) .txt{
    float: right;
}

.ptlist2 li .txt h3:after{
    content: " ";
    width: 140px;
    height: 8px;
    background: #00a0e9;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: -20px;
}

.m3{
    background: url("../images/0301_03.png") no-repeat;
    height: 569px;
    overflow: hidden;
    margin: 50px 0;
}

.m3 .swiper-button-next, .m3 .swiper-button-prev{
    width: 50px;
    height: 50px;
}
.m3  .swiper-button-next{
    background: url("../images/0301_10.png") no-repeat;
    right: 50px;
}

.m3  .swiper-button-prev{
    background: url("../images/0301_07.png") no-repeat;
    left: 50px;
}

.m3 ul{
    margin-top: 100px;
    height: 469px;
}

.m3 ul li{
    list-style: none;
    text-align: center;
    height: 469px;
}

.m3 ul li .img{
    height: 200px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
}

.m3 ul li .p{
    margin-top: 60px;
    font-size: 16px;
    line-height: 40px;
}


.ptabs{
    background: #fff;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
}

.ptabs:after{
    content: " ";
    width: 100%;
    height: 10px;
    background: #e1e1e1;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.ptabs li{
    float: left;
    list-style: none;
    text-align: center;
    width: 25%;
    padding-bottom: 50px;
    position: relative;

}

.ptabs .act:after{
    content: " ";
    width: 100%;
    height: 10px;
    background: #0987ce;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 111;

}

.ptabs li .img{
    height: 110px;
}
.ptabs li .img img{
    transition: all 0.2s;
}
.ptabs li .img img:hover{
    transform: scale(1.1);
}

.m3 img{
    transition: all 0.2s;
}
.m3 img:hover{
    transform: scale(1.1);
}


.ptabs li .txt{
    color: #0987ce;
    font-size: 24px;
    margin-top: 30px;
    height: 60px;
    line-height: 60px;
}

.ptcons{
    height: 569px;
    overflow: hidden;
    margin-bottom: 50px;
    display: none;
}

.ptcons .right{
    width: 60%;
    background: url("../images/0301_22.png") no-repeat;
    float: right;
    height: 100%;
}

.ptcons .left{
    width: 40%;
    float: left;
}

.ptcons .right .txt{
    margin-top: 60px;
    margin-left: 50px;
}

.ptcons .right .txt h2{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: 15px;
}


.ptcons .right .txt h3{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 36px;
    font-weight: bolder;
}

.ptcons .right .txt h3 span{

    color: #d70101;
}


.ptcons .right .txt p{

   font-size: 16px;
    color: #fff;
    margin-top: 30px;
    line-height: 46px;
}

.jies{
    margin-top: 50px;
    overflow: hidden;
}

.jies{
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 120px;
}


.jies .left{
    width: 50%;
    float: left;
}
.jies .left .tt{
    color: #0987ce;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    font-weight: bolder;
}

.jies .left .p{
    color: #666666;
    font-size: 18px;
    line-height: 65px;
    margin-top: 50px;
}



.jies .right{
    width: 40%;
    float: right;
    border-radius: 30px;
    box-shadow: 0 0 0.625rem rgba(0,0,0,.2);
    overflow: hidden;
}


.jies .right img{


}

.hxcp{
    padding: 50px 0;
    background: #f8f8f8;
    width: 100%;
    overflow: hidden;
}

.hxcp .con{
    margin-top: 20px;
}

.hxcp .con .pp{
    color: #909090;
    line-height: 65px;
    font-size: 18px;
}

.hxcp .con ul{

    margin-top: 60px;
    overflow: hidden;
}

.hxcp .con ul li{
    list-style: none;
    width: 100%;
    margin-bottom: 120px;
    overflow: hidden;
}


.hxcp .con ul li .txt{
    float: left;
    width: 40%;
    background: #eaeaea;
    padding-bottom: 50px;
    border-top-left-radius:20px ;
    border-bottom-left-radius:20px ;
    margin-top: 50px;

}

.hxcp .con ul li .txt h3{

    width: 80%;
    margin-left: 10%;
    font-size:30px;
    color: #0987ce;
    font-weight: bolder;
    margin-top: 50px;

}

.hxcp .con ul li .txt p{

    width: 80%;
    margin-left: 10%;
    font-size:16px;
    color: #909090;
    line-height: 50px;
    margin-top: 20px;

}

.hxcp .con ul li .img{
    float: right;
    width: 60%;
    border-radius: 20px;
    overflow: hidden;
}

.hxcp .con ul li .img img{

}

.hxcp .con ul li:nth-child(2) .txt{
    float: right;
    border-top-right-radius:20px ;
    border-bottom-right-radius:20px ;
    border-top-left-radius:0px ;
    border-bottom-left-radius:0px ;
}

.hxcp .con ul li:nth-child(2) .img{
    float: left;
}

.lxwm{
    width: 100%;
    overflow: hidden;
}
.lxwm .left{
    width: 40%;
    float: left;
    background: #f2f2f2;
    padding-bottom: 150px;
}

.lxwm .left .lujing{
    margin-right: 225px;
}

.lxwm .left .con{

    float: right;
}

.lxwm .left .con h1{
    font-size: 48px;
    color: #0987ce;
    font-weight: bolder;
    border-bottom: #0987ce 2px solid;
    height: 80px;
    line-height: 50px;
    padding-right: 50px;
}

.lxwm .left .con h2{
    font-size: 48px;
    color: #0987ce;
    font-weight: bolder;
    height: 80px;
    line-height: 50px;
    padding-right: 150px;
}

.lxwm .left .con .p{
    font-size: 16px;
    color: #565758;
    line-height: 55px;
    margin-top: 50px;
}


.lxwm .left .con .p b{
    font-size: 18px;
    font-weight: bolder;
    display: block;
}

.lxwm .left .con .p h3{
    font-size: 30px;
    font-weight: 500;
    display: block;
    position: relative;
    margin-bottom: 30px;
    height: 60px;
    line-height: 40px;
}


.lxwm .left .con .p h3:after{
    display: block;
    content: '';
    height: 3px;
    width: 80px;
    background-color: #00a0e9;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.lxwm .right{
    float: right;
    background: #fff;
    overflow: hidden;
    width: 60%;
}



.lxwm .right .con{
    float: left;
    margin-left: 50px;
    width: 800px;
    margin-top: 110px;
    overflow: hidden;
}

.lxwm .right .con li{
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
}

.lxwm .right .con li span{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #565758;
    display: block;
	font-weight:bold;
}

.lxwm .right .con li span i{
   font-style: normal;
    color: #cb051e;
    margin-left: 0px;
}

.lxwm .right .con li input{
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    border: #ddd 1px solid;
    width: 98%;
    font-size: 16px;
}


.lxwm .right .con li textarea{
    height: 150px;
    line-height: 50px;
    text-indent: 10px;
    border: #ddd 1px solid;
    width: 98%;
}


.lxwm .right .con .tc{

    width: 100%;
    text-align: right!important;
    height: 60px;
    margin-right: 10px;
    margin-top: 30px;
    padding-right: 20px;
    line-height: 60px;
}
.lxwm .right .con .tc .moree{
    margin-right: 10px;
}

.qygz{
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 120px;
}


.qygz .img{
    width: 40%;
    float: left;
}

.qygz .img img{
    border-radius: 30px;
    box-shadow: 3px 5px 5px #656B79;
}


.qygz ul{
    width: 60%;
    float: right;
}

.qygz ul li{
    list-style: none;
    position: relative;
    line-height: 55px;
    font-size: 18px;
    color: #666666;
}

.qygz ul li:after{
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    background-color: #0987ce;
    position: absolute;
    left: -39px;
    top: 18px;
}
.qytabs{
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.qytabs ul{
    width: 60%;
    margin-left: 20%;
}

.qytabs ul li{
    width: 50%;
    float: left;
    list-style: none;
    text-align: center;
    color: #666666;
    font-size: 36px;
    height: 76px;
}
.qytabs ul li a{

    color: #666666;
}

.qytabs ul li a:hover{

    color: #0987ce;
}


.qytabs ul .act{
    color: #0987ce;
    border-bottom: #0987ce 3px solid;
}

.qylist{
    background: #f5f5f5;
    width: 100%;
    overflow: hidden;
    padding: 120px 0;
}

.qylist li{
    list-style: none;
    width: 29%;
    margin: 2%;
    float: left;
    box-shadow: 3px 5px 5px #656B79;
    border-radius: 20px;
    background: #fff;
    height: 360px;
    transition: all 0.2s;
}

.qylist li:hover{
    transform: translateY(-1rem);
}



.qylist li .tt{
    color: #3a3a3a;
    font-size: 30px;
    margin-left: 10%;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: #00a0e9 5px solid;
    display: inline-block;
}

.qylist li p{
    color: #565758;
    margin-top: 60px;
    line-height: 50px;
    margin-left: 10%;
    font-size: 20px;
}

.dsh2{
    background: #fff;
    overflow: hidden;

}

.dsh2 .title{
    margin-top: 120px;
    font-size: 48px;
    font-weight: bolder;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #0987ce;
}

.dsh2 p{
    font-size: 18px;
    line-height: 44px;
    color: #666;
    margin-top: 60px;
    text-align: center;
}

.dsh2 ul{
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 120px;
}

.dsh2 ul li{
    width: 29%;
    margin: 2%;
    float: left;
    position: relative;
    transition: all 2s;
    overflow: hidden;
    height: 400px;
    border-radius: 20px;
}

.dsh2 ul li:hover .text{
    transform: translateY(-403px);
}

.dsh2 ul li img{
    transition: all 0.6s;
}


.dsh2 ul li:hover img{
    transform: translateY(-410px);
}


.dsh2 ul li .text{
    transition: all 0.6s;
    transform: translateY(-0px);
    width: 100%;
    height: 400px;
    background: #1f68af;
    overflow: hidden;

}

.dsh2 ul li:nth-child(2) .text{

    background: #d2a139;

}

.dsh2 ul li:nth-child(3) .text{

    background: #27b59f;

}

.dsh2 ul li .text p{
    margin:  30px;
    font-size: 14px;
    line-height: 43px;
    color: #fff;
    margin-top: 60px;

}


.dsh2 ul li img{
    width: 100%;
    height: 100%;
}



.dsh{
    background: url("../images/0301_03.png") no-repeat;
    height: 590px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}


.dsh .title{
    margin-top: 120px;
    font-size: 48px;
    font-weight: bolder;
    height: 60px;
    line-height: 60px;
}

.dsh p{
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    width: 90%;
    margin-left: 5%;
    margin-top: 60px;

}

.qygzwj{
    padding-top: 60px;
    background: #f8f8f8;
    padding-bottom: 120px;
}

.qygzwj .indextitle{
    border-bottom: #ddd 2px solid;
}

.qygzwj .con{
    margin-top: 30px;
    width: 90%;
    margin-left: 5%;
}

.qygzwj .con li{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: #ddd 2px dashed;
    list-style: none;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bolder;
}

.qygzwj .con li .more{
    float: right;
    color: #0054a7;
}

.qygzwj .con li img{
    margin-right: 10px;
}

.qygzwj .con li .more img{
    margin-left: 10px;
    margin-right: 0px;
    transition: all 0.2s;
}

.qygzwj .con li .more img:hover{
    transform: translateY(-0.5rem);
}

.jiaru{
    font-size: 22px;
    line-height: 66px;
    color: #666666;
    margin: 60px 0;
    text-align: center;
}

.ygxc{
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    height: 830px;
}

.ygxc .left{
    width: 76%;
    background: url("../images/0601_03.png") no-repeat;
    height: 823px;
    position: absolute;
}

.ygxc .left .con{
    margin-top: 160px;
    width: 450px;
    color: #fff;
    float: right;
    margin-right: 50%;
}

.ygxc .left .con h1{
    font-size: 48px;
    height: 60px;
    line-height: 60px;
    font-weight: bolder;
}


.ygxc .left .con p{
    font-size: 18px;
    margin-top: 30px;
    line-height: 55px;
}

.ygxc .right{
    width: 60%;
    float: right;
    position: relative;
    margin-top: 160px;
}


.ygxc .right img{
    width: 25%;
    height: 250px;
    margin: 0px;
    padding: 0px;
    margin-right: -4px;
}

.ygxc .right a:first-child img{
    border-top-left-radius: 20px;
}

.ygxc .right a:nth-child(5) img{
    border-bottom-left-radius: 20px;
}

.shzp{
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

.shzp .desc{
    color: #565758;
    margin-top: 20px;
    font-size: 22px;
}

.shzp ul{

    margin-top: 50px;
    width: 100%;
}

.shzp ul li{

    list-style: none;
    width: 100%;
    margin-bottom: 10px;

}




.shzp ul li .tt{

    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #565758;
    background: #eeeeee;
    text-indent: 20px;

}

.shzp ul li .tt .more{

    float: right;
    margin-right: 20px;

}

.shzp ul li .con{

    margin: 30px;
    display: none;

}

.shzp ul li .con .gz{

    border-bottom: #ddd 2px dashed;
    padding-bottom: 20px;

}

.shzp ul li .con .gz span{

   display: inline-block;
    min-width: 180px;
    font-size: 16px;
    margin-bottom: 15px;

}

.shzp ul li .con .zhizhe{

    border-bottom: #ddd 2px dashed;
    font-size: 16px;
    line-height: 50px;
    margin: 30px 0;
    padding-bottom: 30px;

}


.shzp ul li .con .yaoqiu{

    font-size: 16px;
    line-height: 50px;
    margin: 30px 0;
    padding-bottom: 30px;

}


.shzp ul .act .tt{

    background: #00a0e9;
    color: #fff;

}

.shzp ul .act .con{

    display: block;

}

.shzp ul .act .con .tc{
    text-align: right!important;
}

.yghdgd .moree{
    color: #2677b9!important;
    background: none!important;
    box-shadow:none!important;
}

.yghdgd .moree:hover{
    background: linear-gradient(to left, #006ab4, #006ab4)!important;
    color: #fff!important;
    box-shadow: 3px 5px 5px #656B79!important;;


}

.yghd{
    background: #f8f8f8;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yghd .title{
    font-size: 48px;
    margin-top: 60px;
    height: 80px;
    line-height: 80px;
    font-weight: bolder;
    color: #0987ce;
    text-align: center;
}


.yghd ul{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 120px;

}


.yghd .swiper-slide{
    width: 29%;
    margin: 0 2%;
}


.yghd li{
    list-style: none;
    width: 90%;
    margin: 0 5%;
    background: #fff;
    float: left;
    -webkit-box-shadow:0px 10px 19px 3px #d6eaf9;
    -moz-box-shadow: 0px 10px 19px 3px #d6eaf9;
    box-shadow: 0px 10px 19px 3px #d6eaf9;
    overflow: hidden;
    border-radius: 20px;
    height: 511px;
    transition: all .2s linear;
}

.yghd li:hover{
    transform: translateY(-1.875rem);
}


@media screen and (max-width: 1400px) {

    .yghd ul{
        width: 80%;
        margin-left: 5%;
        padding-top: 80px;
        padding-bottom: 120px;

    }

    .yghd .swiper-button-next {
        right: 0%!important;
    }

    .yghd .swiper-button-prev {
        left: 0%!important;
    }


}

.yghd li .img{
    width: 100%;
    height: 35%;
    overflow: hidden;
}

.yghd li .img img{
    width: 100%;

}

.yghd li .txt{
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
}

.yghd li .txt h2{
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bolder;
    color: #2670b8;
    width: 100%;

}

.yghd li .txt h2 a{
    color: #2670b8;


}





.yghd li .txt .time{
    font-size: 16px;
    margin-top: 15px;
    color: #565656;

}

.yghd li .txt p{
    font-size: 14px;
    line-height: 28px;
    color: #747474;
    margin-top: 5px;
    margin-bottom: 30px;

}

.yghd .swiper-button-next ,.yghd .swiper-button-prev{

    width: 34px;
    height: 83px;
    position: absolute;
}

.yghd .swiper-button-next{
    right: 8%;
    top: 45%;
    background: url("../images/0601-01_03.png") no-repeat;
}

.yghd .swiper-button-prev{
    left: 8%;
    top: 45%;

    background: url("../images/0601-01_06.png") no-repeat;

}


.jjtj .indextitle{
    border-bottom: #ddd 2px solid;
    padding-bottom: 10px;
}

.jjtj .con{

    width: 80%;
    margin-left: 10%;
    margin-top: 60px;
    padding-bottom: 100px;
}

.jjtj .con li{
    list-style: none;
}

.jjtj .con li span{
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
}

.jjtj .con li span i{
    color: #cb051e;
}

.jjtj .con li input{
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    border: #ddd 1px solid;
    width: 98%;
    font-size: 16px;
}

.jjtj .con .tc{
    margin-top: 50px;
}

.jlsc{
    background: url("../images/jl_03.png") no-repeat right;
}

.shaixuan{
    float: right;
    font-size: 18px;
    font-weight: 500;
}

.shaixuan select{
    height: 50px;
    line-height: 50px;
    width: 250px;
    border: #ddd 1px solid;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 50px;
}
.shaixuan input{
    height: 50px;
    line-height: 50px;
    width: 250px;
    border: #ddd 1px solid;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 10px;
}

.shaixuan li{
    list-style: none;
    display: inline-block;
}

.yqhd2{
    background: #fff;
    padding-bottom: 120px;
}

.yqhd2 li{
    width: 25%;
    margin: 4%;
}

.yqhd3{
    background: #fff;
}

.yqhd3 li{
    width: 23%;
    margin: 0.9%;
}


.yghtt{
    border-bottom: #ddd 1px solid;
    padding-bottom: 20px;
}

.xq{
    margin-top: 50px;
    overflow: hidden;
}

.xq .tt h1{
    font-size: 36px;
    font-weight: bolder;
    color: #484848;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
}

.xq .tt .time{
    font-size: 18px;
    color: #3d3d3d;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.xq .con{
    font-size: 16px;
    margin-top: 50px;
    line-height: 35px;
    padding-bottom: 100px;
}



.xq .con img{
   margin: 20px;
}

.gonggao{
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}

.component{
    position: relative;
    width: 60%;
    display: inline-block;
    padding: 5rem 4rem 3rem 10rem;
    background: linear-gradient(90deg,#043977,#0077be);
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
    vertical-align: top;
    z-index: 1;
    margin-bottom: 4rem;
    min-height: 37.5rem
}

.component>img{
    position: absolute;
    width: 100%;
    height: 100%
}

.component_btn{
    float: right;
    margin-right: 9.06%;
    text-align: right;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 3rem
}

.component_btn>div{
    font-family: Source Han Sans CN Regular;
    opacity: .8;
    margin-top: 1.5rem;
    cursor: pointer;
    max-width: 16.875rem;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002d72
}

.component_btn .act a{
    color: #043977;
}

.component_btn>div:hover {
    color: #0072ce;
    text-decoration: underline
}

.clicked,.pc_clicked{
    color: #0072ce!important;
    text-decoration: underline
}

.top {
    position: relative;
    overflow: hidden;
}
.top_left {
    font-family: Ubuntu-Medium;
    width: 80%;
    float: left;
    font-size: 3rem;
    line-height: 3.625rem;
    color: #fff;
    opacity: 1;
}
.line {
    margin: 1rem 0;
    width: 100%;
    height: 0.0625rem;
    background-color: #fff;
    opacity: .3;
}
.component_main {
    width: 95%;
    min-height: 29.6875rem;
    z-index: 2;
}


.content {
    position: relative;
}

.content_block {
    margin-bottom: 1.5rem;
}

.content_a {
    position: absolute;
    display: contents;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .75;
}

.content_text {
    color: #fff;
    font-size: 1.125rem;
    opacity: .8;
    transition: all 0.3s;
    display: inline-block;
}

.content_text:hover {
    opacity: 1;
    transform: translateX(20px);
}


.component_btn {
    float: right;
    margin-right: 9.06%;
    text-align: right;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 3rem;
}
.component_btn>div {
    font-family: Source Han Sans CN Regular;
    opacity: .8;
    margin-top: 1.5rem;
    cursor: pointer;
    max-width: 16.875rem;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002d72;
}

.clicked, .pc_clicked {
    color: #0072ce!important;
    text-decoration: underline;
}

.fenlei{
    float: right;
}

.fenlei select{
    background: none;
    color: #fff;
    font-size: 26px;
    padding: 5px 15px;
    border: #fff 1px solid;
}


.bttt{
    position: absolute;
    bottom: 20px;
    right: 50px;
    font-size: 24px;
    color: #fff;
}

.bttt span{
    color: #ff0000;
}


.m3 img,.jies img , .hxcp img{
    transition: all 0.2s;
}
.m3 img:hover,.jies img:hover , .hxcp img:hover{
    transform: scale(1.1);
}

.ssan{
    display: inline-block;
    width: 100px!important;
    background: #0987ce;
    color: #fff;

}


@media screen and (max-width: 1000px) {

.pc{
    display: none;
}


    .header {
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgba(0,0,0,0.2);
        background: #fff;
        height: 60px;
        z-index: 2222222;
        position: fixed;
    }
    /*.header .container {width: auto;padding: 0 60px;}*/
    .header .logo {
        float: left;
        font-size: 0;
        height: 50px;
        line-height: 50px;
        text-align: left;
        margin-top: 6px;
    }

    header .icon {
        float: right
    }

    .hamburger {
        display: block;
    }

    .hamburger {
        position: absolute;
        right: 10px;
        top: 22px;
        z-index: 10000;
        width: 20px;
        height: 18px;
        background: transparent;
        border: none;
    }


    .hamburger:hover, .hamburger:focus, .hamburger:active {
        outline: none
    }
    .hamburger.is-closed:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all .35s ease-in-out
    }
    .hamburger.is-closed:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all .35s ease-in-out
    }
    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0
    }
    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
        background-color: #666
    }
    .hamburger.is-closed .hamb-top {
        top: 0px;
        -webkit-transition: all .35s ease-in-out
    }
    .hamburger.is-closed .hamb-middle {
        top: 50%;
        margin-top: -2px
    }
    .hamburger.is-closed .hamb-bottom {
        bottom: 0px;
        -webkit-transition: all .35s ease-in-out
    }
    .hamburger.is-closed:hover .hamb-top {
        top: 0;
        -webkit-transition: all .35s ease-in-out
    }
    .hamburger.is-closed:hover .hamb-bottom {
        bottom: 0;
        -webkit-transition: all .35s ease-in-out
    }
    .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        background-color: #fff
    }
    .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
        top: 50%;
        margin-top: -2px
    }
    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08)
    }
    .hamburger.is-open .hamb-middle {
        display: none
    }
    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08)
    }
    .hamburger.is-open:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all .35s ease-in-out
    }
    .hamburger.is-open:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all .35s ease-in-out
    }
    .overlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0.6;
        z-index: 1111111;
    }
    .target-fix {
        position: relative;
        top: 0px;
        display: block;
        height: 1px;
        background: none;
        overflow: hidden;
        outline: 0;
        text-decoration: none;
        border: none
    }
    .target-fix:focus {
        outline: 0
    }

    .header .nav {
        float: right;
    }
    .header .nav li {
        margin-left: 50px;
        float: left;
        position: relative;
    }



    .header .nav .active {
        border-bottom: #cb051e 3px solid;
    }

    .header .nav .active a{
        color: #cb051e;
        font-weight: bold;
    }
    .header .nav li>a {
        display: block;
        font-size: 16px;
        line-height: 72px;
        position: relative;
        color: #333;
        padding: 0 30px;
    }

    .header .nav li>a:hover{
        color: #cb051e;
    }
    .header .nav li>a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        content: '';
        color: #2c585b;
    }
    .header .nav li .arr {
        float: right;
        height: 40px;
        width: 40px;
        position: relative;
        display: none;
    }
    .header .nav li .arr:after {
        content: '';
        border-top: 2px solid #ccc;
        border-left: 2px solid #ccc;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 15px;
    }
    .header .nav li.dropdown {
        position: relative;
    }
    .header .nav .dropdown-box {
        position: absolute;
        left: 0;
        min-width: 130px;
        top: 100%;
        display: none;
        z-index: 10;
        text-align: center;
        background: #fff;
        overflow: hidden;
    }
    .header .nav .dropdown-box p {
        margin: 0;
    }
    .header .nav .dropdown-box a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
        font-size: 16px;
        display: block;
        line-height: 50px;
        color: #333;
        text-align: center;
    }
    .header .nav .dropdown-box a:hover {
        color: #ff0000;
    }

    .header .nav .dropdown-box .left {
        width: 30%;
        float: left;
        background: #f1edec;
    }

    .header .nav .dropdown-box .right {
        width: 70%;
        float: right
    }

    .header .nav .dropdown-box .right dd{
        float: left;
        width: 20%;
        margin: 0px;
        margin-top: 50px;
    }

    .header .nav .dropdown-box .right dd a{
        height: 30px;
        line-height: 30px;
    }

    .header .nav .dropdown-box .right dd .ttt{
        color: #cb051e;
        font-size: 16px;
        width: 100%;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .header .sc {
        float: right;
        position: relative;
        margin-left: 40px;
    }
    .header .sc-btn {
        display: block;
        height: 100px;
        width: 30px;
        background: url(../images/icon1.png) no-repeat center;
    }
    .header .sc-box {
        position: absolute;
        right: 0;
        top: 100%;
        overflow: hidden;
        display: none;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }
    .header .sc-box input {
        display: block;
        padding: 9px 62px 9px 12px;
        border: 1px solid transparent;
        font-size: 14px;
        color: #333;
        background-color: #fff;
        width: 200px;
    }
    .header .sc-box button {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        width: 60px;
        height: 40px;
        background: #008430;
        color: #fff;
        border: 0;
        cursor: pointer;
        font-size: 14px;
    }
    .header-active {
        background: #fff;
        box-shadow: 10px 0 10px -5px #000000, -10px 0 10px -5px #000000;
    }

    .menu-btn {
        display: none;
        padding: 6px 0;
        float: right;
    }
    .menu-btn:before, .menu-btn:after, .menu-btn span {
        display: block;
        height: 2px;
        background-color: #fff;
        content: '';
    }
    .menu-btn:before {
        width: 24px;
    }
    .menu-btn:after {
        width: 18px;
        margin-left: 6px;
    }
    .menu-btn span {
        width: 12px;
        margin: 6px 0 6px 12px;
    }

    .header .logo img{
        width: 70%;
    }


    .banner p{
        margin: 0px;
    }

    .banner {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
        background-color: white;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .banner .swiper1 {
        width: 100%;
        height: 300px;
        position: relative;
    }
    .banner .swiper1 .swiper-slide {
        width: 100%;
        overflow: hidden;
    }
    .banner .swiper1 .swiper-slide .box {
        width: 100%;
        height: 300px;
        position: relative;
        overflow: hidden;
    }
    .banner .swiper1 .swiper-slide .box .img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: -1000px;
        right: -1000px;
        margin: auto;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        background-size: 100%;
    }
    .banner .swiper1 .swiper-slide .box .img video {
        position: relative;
        height: calc(120vh - var(--browser-address-bar, 0px));
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        z-index: -1;
    }
    .banner .swiper1 .swiper-slide .box .text {
        position: absolute;
        left: 13.5%;
        top: 44%;
        height: 100px;
        overflow: hidden;
    }
    .banner .swiper1 .swiper-slide .box .text span {
        display: block;
        font-size: 80px;
        font-weight: bold;
        line-height: 80px;
        color: #ffffff;
    }
    .banner .swiper1 .swiper-slide .box .s-text {
        position: absolute;
        left: 13.5%;
        top: calc(44% + 54px + 60px);
        height: 77px;
        overflow: hidden;
    }
    .banner .swiper1 .swiper-slide .box .s-text span {
        display: block;
        font-size: 36px;
        line-height: 97px;
        color: #ffffff;
        opacity: 1;
    }
    .banner .swiper1 .swiper-pagination-bullets {
        bottom:30px;
        width: 100%;
        text-align: center;
    }
    .banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 10px;
        background: white;
        opacity: 1;
        margin: 0 3px;
        transition: 0.5s;
    }
    .banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 20px;
        height: 8px;
        background: #fff;
        opacity: 1;
    }
    .banner .swiper1 .swiper-button-next,
    .banner .swiper1 .swiper-button-prev {
        position: absolute;
        top: 0;
        width: 50%;
        height: auto;
        margin-top: 0;
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
    }
    .banner .swiper1 .swiper-button-next::after,
    .banner .swiper1 .swiper-button-prev::after {
        content: "";
    }
    .banner .swiper1 .swiper-button-next1 {
        cursor: url(../images/cursor-next.png) 22 28, pointer;
    }
    .banner .swiper1 .swiper-button-prev1 {
        cursor: url(../images/cursor-prev.png) 22 28, pointer;
    }
    .m-banner {
        display: none ;
    }
    .banner-box {
        width: 100%;
        height: 100vh;
    }


    .container{
        padding: 0px;
        width: 96%;
        margin-left: 2%;
    }

    .indexabout{
        margin-top: 10px;
    }

    .indextitle{
        font-size: 24px;
    }

    .indexabout .con .left,.indexabout .con .img{
        width: 100%;
        float: right;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 15px;
    }


    .indexabout .con .left{
        font-size: 14px;
        line-height: 30px;
    }

    .indexabout .con .left br{
       height: 2px;
    }

    .pingtai{
        padding: 10px;
        margin-top: 10px;
        height: auto;
    }

    .pingtai .con ul li{
        width: 46%;
        float: left;
        margin: 2%;
    }

    .pingtai .con{
        height: auto;
    }

    .pingtai .con ul li .tt span{
        font-size: 32px;
    }

    .indexpt{
        padding: 10px 0;
    }

    .indexpt .tabs li{
        font-size: 16px;
    }

    .indexpt .con ul{
        margin-top: 10px;
    }

    .indexpt .con{
        background-size: 300%;
        height: auto;
        margin-top: 5px;
    }

    .indexpt .con ul li{
        width: 50%;
        height: 150px;
    }

    .indexpt .con ul li .tt{
        font-size: 18px;
    }

    .indexpt .con ul li .ent{
        font-size: 16px;
        margin: 10px 0;
    }

    .indexpt .con ul li .icon{
        margin-top: 10px;
    }

    .indexpt .con ul li .icon img{
       width: 30%;
    }

    .indexpt .con1{
        height: auto;
        padding-bottom: 30px;
        margin-top: 5px;
    }

    .indexpt .con1 ul{
        margin-top: 10px;
    }

    .indexpt .con1 ul li{
        width: 46%;
        margin: 2%;
    }

    .indexpt .con1 ul li img{
        width: 100%;
        border-radius: 0px;
    }
    .indexnews{
        padding: 10px 0;
        margin-top: 0px;
    }

    .indextitle{
        min-height: 60px;
        line-height: 60px;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .indexnews .con li{
        width: 96%;
        margin: 2%;
        height: auto;
        padding-bottom: 30px;
    }

    .footer .ftop{
        margin-top: 20px;
    }
    .footer .ftop .fenxiang{
        display: none;
    }

    .footer{
        height: auto;
        background-size: 1000%;
    }

    .footer .conn{
        margin-top: 20px;
    }

    .footer .conn .ewm{
        width: 100%;
    }

    .footer .conn .ewm li{
        width: 46%;
        margin: 2%;
        line-height: 15px;
    }

    .footercpry .corp{
        height: auto;
        line-height: 30px;
        margin: 0px 20px;
    }

    .footercpry .link{
        display: none;
    }



    #warper.toggled #sidebar-wrapper {
        left: 0;
        z-index: 101;
        overflow-y: scroll;
        background-color: #fff;
        border-color: #f5f5f5
    }
    #warper.toggled .hamburger {
        position: fixed
    }

    .toggled{
        position: fixed;
        z-index: 1111111;
        width: 100%;
        background: #fff;
        top: 60px;
    }
    .m_nav {
    }
    .m_nav ul li.m {
        display: block;

        line-height: 50px;
    }
    .m_nav ul li.m h3 {
        display: block;
        height: 60px;
        position: relative;
        margin: 0px;
        border-top: #f1f1f1 1px solid;
        margin: 0 20px;
        overflow: hidden;
    }
    .m_nav ul li.hvson h3:after {
        content: "\e66a";
        font-family: 'iconfont';
        font-size: 16px;
        display: block;
        width: 20px;
        height: 40px;
        line-height: 40px;
        text-align: right;
        color: #666;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 3;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    .m_nav ul li.m h3 a.n {
        display: block;
        font-size: 16px;
        color: #464342;
        line-height: 60px;
        padding: 0 30px 0 0;
        font-weight: bold;
    }
    .m_nav ul li.m .sub {
        display: none;
        width: 100%;
        background: #f2f2f2;
    }
    .m_nav ul li.m .sub ul {
        padding: 10px 0;
        overflow: hidden;
        border-bottom: #f1f1f1 1px solid;
    }
    .m_nav ul li.m .sub ul li {
        display: block;
        width: 33%;
        float: left;
        text-align: center;
    }
    .m_nav ul li.m .sub ul li a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #464342;
    }
    .m_nav ul li.m.on {
        background: rgba(255,255,255,0.1);
        border-bottom: 2px solid rgba(255,255,255,0.2)
    }
    .m_nav ul li.m.on h3:after {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }

    .top_lang {
        width: 100%;
        line-height: 36px;
        height: 36px;
        margin-top: 12px;
        text-align: center;
        border-top: 1px solid #ddd;
    }

    .top_lang a {
        display: inline-block;
        vertical-align: top;
        width: 120px;
        height: 16px;
        padding: 0px;
    }

    .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom{
        background-color: #333;
    }

    .banner-sub{
        height: 220px;
        background-size: 200%;
        background-position-y: top;
    }

    .lujing{
        margin: 10px 0;
        font-size: 14px;
        height: 40px;
        line-height: 30px;
        float: left!important;
        margin-right: 0px!important;
        width: 100%;
    }

    .lujing img{
        width: 30px;
    }

    .aboutus{
        width: 92%;
        margin-left: 4%;
    }

    .aboutus .left{
        width: 100%;
        font-size: 14px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .aboutus .img{
        width: 100%;
        border-radius: 0px;
    }

    .hexin{
        margin-top: 10px;
        height: auto;
    }

    .hexin .hengxian{
        position: absolute;height: 1px;background: #fff;width: 100%;bottom: 131px;left: 0px;
    }

    .hexin .title{
        margin-top: 20px;
        font-size: 24px;
    }

    .hexin ul{
        margin-top: 10px;
    }

    .hexin ul li .img{
        width: 80%;
        height: 70px;
        margin-left: 10%;
    }

    .hexin ul li .img img{
        width: 80%;
    }

    .hexin ul li .txt{
        margin-top: 10px;
    }

    .hexin ul li .txt h3{
        margin-top: 10px;
        font-size: 24px;
    }

    .hexin ul li .txt p{
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .yuanjing{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .yuanjing ul{
        margin-top: 10px;
        overflow: hidden;
    }

    .yuanjing ul li{
        width: 100%;
        text-align: center;
        position: relative;
        border-radius: 30px;
        overflow: hidden;
    }


    .yuanjing ul li:last-child{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .djs{
        display: block;
        padding: 20px 0;
    }

    .djs ul{
        margin-top: 10px;
    }

    .djs ul li{
        border-bottom: #fff 1px solid;
        overflow: hidden;
        padding-bottom: 30px;
        height: auto;
    }
    .djs ul li .img{
        width: 100%;
        height: auto;
    }

    .djs ul li .fuhao{
        display: none;
    }
    .djs ul li .nian{
        width: 100%;
        margin-left: 0px;
        height: 50px;
        line-height: 50px;
        text-align: left;
        line-height: 41px;
    }

    .djs ul li .txt{
        width: 100%;
        height: auto;
    }

    .djs ul li .txt h3{
        font-size: 18px;
    }

    .zgs{
        padding: 10px 0;
    }
    .zgs ul{
        overflow: hidden;
        margin-top: 10px;
    }

    .zgs ul li{
        width: 96%;
        height: auto;
        margin-bottom: 2%;
    }

    .zgs ul li h3{
        font-size: 18px;
    }

    .zgs ul li p{
        font-size: 14px;
        line-height: 33px;
        padding-bottom: 15px;
    }

    .zpt ul li{
        width: 46%;
        margin:2%;
    }

    .zpt ul li .tt span{
        font-size: 36px;
    }

    .zpt ul{
        margin-top: 10px;
    }
    .zpt{
        height: auto;
    }

    .ptlist{
        margin-top: 10px;
        width: 92%;
        margin-left: 4%;
    }
    .ptlist li{
        padding: 10px 0;
    }

    .ptlist li .img{
        width: 100%;
        border-radius: 0px;
    }
    .ptlist li .img img{
        width: 100%;
        border-radius: 0px;
    }

    .ptlist li .txt{
        width: 100%;
    }

    .ptlist li .txt h3{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ptlist li .txt h3:after{
        width: 60px;
        height: 6px;
        bottom:0px
    }
    .ptlist li .txt .p{
        margin-top: 10px;
        font-size: 14px;
        line-height: 33px;
    }
    .ptlist li .tc{
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .ptlist li:nth-child(2n){
        padding-top: 20px;
    }


    .m3 ul li .p{
        font-size: 14px;
        margin-top: 20px;
    }

    .m3 ul{
        margin-top: 20px;
        height: auto;
    }

    .m3 ul li{
        height: 500px;
    }

    .ptabs{
        padding: 0px;
    }

    .ptabs li .img{
        height: 70px;
    }

    .ptabs li .img img{
        width: 60px;
        height: auto;
    }

    .ptabs li .txt{
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }

    .ptcons{
        height: auto;
    }

    .ptcons .left{
        width: 100%;
    }

    .ptcons .right{
        width: 100%;
    }

    .ptcons .right .txt{
        margin: 20px;
    }

    .ptcons .right .txt h2{
        font-size: 24px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .ptcons .right .txt h3{
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }

    .ptcons .right .txt p{
        margin-top: 10px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .jies .left{
        width: 100%;
    }

    .jies .right{
        width: 100%;
        border-radius: 0px;
    }

    .jies .right img{
        width: 100%;
    }

    .jies .left .p{
        margin-top: 10px;
    }

    .jies{
        margin-top: 10px;
        padding-bottom: 30px;
    }

    .hxcp{
        padding: 20px 0;
    }

    .hxcp .con{
        margin-top: 0px;
    }
    .hxcp .con .pp{
        line-height: 35px;
    }
    .hxcp .con ul li .txt{
        width: 100%;
        border-radius: 0px;
    }
    .hxcp .con ul li .txt h3{
        margin-top: 10px;
        font-size: 24px;
    }

    .hxcp .con ul li .txt p{
        margin-top: 5%;
        line-height: 33px;
    }

    .hxcp .con ul li .img{
        width: 100%;
        border-radius: 0px;
    }

    .hxcp .con ul li .img img{
        width: 100%;
    }
    .hxcp .con ul li{
        margin-bottom: 20px;
    }

    .hxcp .con ul li:nth-child(2) .txt{
        border-radius: 0px;
    }

    .shaixuan{
        width: 100%;
        display: block;
        overflow: hidden;
        line-height: 30px;
    }
    .shaixuan li{
        list-style: none;
        width: 100%;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .yghd ul{
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 30px;

    }

    .yqhd3 li{
        width: 96%;
        margin: 2%;
        margin-bottom: 4%;
    }

    .xq{
        margin-top: 10px;
        width: 92%;
        margin-left: 4%;
    }

    .xq .tt h1{
        font-size: 18px;
        line-height: 33px;
        height: auto;
    }
    .xq .tt .time{
        margin-top: 20px;
    }
    .xq .con{
        margin-top: 30px;
    }

    .qygz{
        margin-bottom: 20px;
    }
    .qygz .img{
        width: 100%;
    }

    .qygz .img img{
        border-radius: 0px;
    }


    .qygz ul{
        width: 100%;
        margin-top: 30px;
    }

    .qygz ul li{
        font-size: 16px;
        line-height: 33px;
    }

    .qytabs ul li{
        font-size: 18px;
    }

    .qylist{
        padding: 30px 0;
    }

    .qylist li{
        width: 96%;
        margin: 2%;
        border-radius: 0px;
        box-shadow:none;
        height: auto;
        padding-bottom: 30px;
    }

    .qylist li .tt{
        font-size: 24px;
    }

    .qylist li p{
        margin-top: 30px;
    }

    .dsh{
        height: auto;
    }

    .dsh .title,.dsh2 .title{
        margin-top: 30px;
        font-size: 24px;
    }

    .dsh p,.dsh2 p{
        margin-top: 20px;
        font-size: 14px;
        line-height: 33px;
        padding-bottom: 30px;
    }
    .qygzwj .con li img{
        width: 20px;
    }

    .qygzwj .con li{
        font-size: 16px;
    }

    .dsh2 ul{
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .dsh2 ul li{
        width: 96%;
        height: auto;
    }
    .dsh2 ul li .text{
        display: none;
    }

    .component{
        width: 92%;
        padding:4%;
        border-radius: 0px;
        min-height: auto;
        margin-bottom: 10px;
    }

    .component_main{
        min-height: auto;
        padding-bottom: 30px;
    }
    .top_left{
        width: 60%;
        font-size: 24px;
    }

    .fenlei{

    }
    .fenlei select{
        font-size: 18px;
        margin-right: 30px;
        margin-top: 10px;
    }

    .content_text{
        font-size: 14px;
    }

    .bttt{
        width: 100%;
        left: 10px;
        font-size: 12px;
    }

    .component_btn{
        margin-top: 10px;
        margin-left: 0px;
        width: 100%;
        margin-bottom: 30px;
    }
    .component_btn>div{float: left;width: 33%;
    }

    .gonggao{
        margin-top: 10px;
    }

    .lxwm .left{
        width: 96%;
        padding: 2%;
    }

    .lxwm .left .con{
        float: left;
        margin-left: 10px;
    }

    .lxwm .left .con h2{
        width: 100%;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
    }

    .lxwm .left .con .p{
        margin-top: 20px;
    }

    .lxwm .left .con .p h3{
        font-size: 24px;
    }


    .lxwm .right{
        width: 100%;
    }

    .lxwm .right .con{
        width: 92%;
        margin: 4%;
    }


    .lxwm .right .con img{
        width: 100%;
    }

    .jiaru{
        font-size: 16px;
        line-height: 33px;
        margin: 15px 0;
        text-align: left;
    }

    .ygxc .left{
        width: 100%;
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .ygxc .left .con{
        width: 92%;
        margin: 4%;
    }

    .ygxc .left .con h1{
        font-size: 24px;
    }

    .ygxc .left .con p{
        font-size: 14px;
        line-height: 33px;
    }

    .ygxc .right{
        width: 100%;
        margin-top: 10px;
        height: auto;
    }

    .ygxc .right img{
        width: 48%;
        height: auto;
        margin: 1%;
        float: left;
    }

    .ygxc .right a:first-child img{
        border-radius: 0px;
    }

    .ygxc{
        height: auto;
        padding-bottom: 20px;
    }

    .shzp{
        margin-top: 10px;
    }

    .shzp .desc{
        font-size: 14px;
    }
    .shzp ul{
        margin-top: 20px;
    }

    .shzp ul li .tt{
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }




.yghd .swiper-slide{
    width: 100%!important;
}


    .yghd .swiper-button-next{
        display: none;
    }


    .yghd .swiper-button-prev{
        display: none;
    }

    .jjtj .con{
        width: 92%;
        margin: 4%;
    }

    .yqhd2 li{
        width: 96%;
        margin: 2%;
    }


    .lxwm .left .con h1{
        font-size: 24px;
        height: 40px;
        line-height: 40px;
    }

    .mb{
        display: block!important;
    }

    .dsh2 ul li:hover img{
        transform: translateY(0px);
    }

    .m3 .swiper-button-next{
        display: none;
    }

    .m3 .swiper-button-prev{
        display: none;
    }


    .shaixuan input,.shaixuan select{
        height: 40px;
        line-height: 40px;
        margin-left: 0px;
        width: 96%;
    }



    .ssan{
        margin-top: 10px;
    }

}
.mb{
    display: none;
}